* gtk_range_get_show_fill_level:
* @range: A #GtkRange
*
- * Return value: Whether GtkRange displays a fill level graphics.
+ * Gets whether the range displays the fill level graphically.
+ *
+ * Return value: %TRUE if @range shows the fill level.
*
* Since: 2.12
**/
* gtk_range_get_restrict_to_fill_level:
* @range: A #GtkRange
*
- * Return value: Whether GtkRange is restricted to the fill level.
+ * Gets whether the range is restricted to the fill level.
+ *
+ * Return value: %TRUE if @range is restricted to the fill level.
*
* Since: 2.12
**/
/**
* gtk_range_set_fill_level:
- * @range: A #GtkRange
- * @positon: The new position of the fill level indicator
+ * @range: a #GtkRange
+ * @fill_level: the new position of the fill level indicator
*
* Set the new position of the fill level indicator.
*
* gtk_range_get_fill_level:
* @range : A #GtkRange
*
- * Return value: The current position of the fill level indicator.
+ * Gets the current position of the fill level indicator.
+ *
+ * Return value: The current fill level
*
* Since: 2.12
**/